home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sears Catalog 2006 Spring/Summer (French Canadian)
/
SearsCanada-AutomneEte2006-FrenchVersion-WinMac.bin
/
fr
/
main.swf
/
scripts
/
DefineButton2_82
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2005-12-05
|
483b
|
16 lines
on(press){
pShopper_mc._visible = true;
Selection.setFocus("this.pShopper_mc.descTxt");
pShopper_mc.gotoAndStop("order");
pShopper_mc.descVar = "";
pShopper_mc.catNumVar = "";
pShopper_mc.quantityVar = "1";
pShopper_mc.priceVar = "";
pShopper_mc.colourVar = "";
pShopper_mc.sizeVar = "";
pShopper_mc.adInfoVar = "";
pShopper_mc.pageNumVar = "";
pShopper_mc.descriptionVar = "";
sectionClip.lgClickArea.gotoAndStop("bttnsOff");
}